home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PPC / PPCGNUtar / source / sasinclude / sys / file.h next >
Encoding:
C/C++ Source or Header  |  1995-03-29  |  113 b   |  9 lines

  1. #ifndef _FILE_
  2. #define _FILE_
  3.  
  4. #ifndef NDIR_DUMMY
  5. #include <ndir.h>
  6. #endif /* NDIR_DUMMY */
  7.  
  8. #endif /* _FILE_ */
  9.